projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6368ae
)
Added syntax highlighting classes
author
Øyvind Kolås
<ok@src.gnome.org>
Wed, 24 Aug 2005 15:01:25 +0000
(15:01 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Wed, 24 Aug 2005 15:01:25 +0000
(15:01 +0000)
ChangeLog
patch
|
blob
|
history
docs/babl.css
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 2a94fb2223640fb84f2268914a05c6e6e3b44c49..e6e92d9d6077e6051045b841e3d5a2a04a4b78e4 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2005-08-24 Øyvind Kolås <pippin@gimp.org>
+
+ * docs/babl.css: Added code highlighting classes.
+
2005-08-24 Øyvind Kolås <pippin@gimp.org>
* NEWS: remove draft for news release, at initial release everything
diff --git
a/docs/babl.css
b/docs/babl.css
index 0276b78732e3b79fd705d829ce775191ddf0e9d2..6caa3f183350bb4bc425f399e786741ada5db6a5 100644
(file)
--- a/
docs/babl.css
+++ b/
docs/babl.css
@@
-101,6
+101,18
@@
overflow: hidden;
border-top: 1px solid #ccc;
}
+ span.string {
+ color: #060;
+ }
+ span.function {
+ color: #006;
+ }
+ span.paren {
+ color: #555;
+ }
+ span.NULL {
+ color: #555;
+ }
pre.authors {
font-size: 100%;
font-family: FreeSans, Verdana, sans-serif;